home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Atari Mega Archive 1
/
Atari Mega Archive - Volume 1.iso
/
lists
/
gem
/
l_1199
/
1045
< prev
next >
Wrap
Internet Message Format
|
1994-08-27
|
522b
Date: Tue, 26 Jul 94 20:04 CDT
From: ekl@sdf.lonestar.org (Evan K. Langlois)
To: gem-list@world.std.com
Subject: Re: Shortcut file
========================================================================
if (exist("C:\system\appdef.sys") || exist("C:\appdef.sys"))
createDefaults();
========================================================================
Uhh .. just one slight change. Generally exist() is a pretty useless
macro. Just open the file, and if it fails, then there was no file.